WASTED Modding Documentation  1
ModdingDocumentation
ModifyItemAction Class Reference

Modifies an item in the character's inventory. More...

Inheritance diagram for ModifyItemAction:
ConditionAction

Public Attributes

BaseItem item
 A reference to the item to modify.
 
string expression
 The amount by which to modify the count of the item.
 
bool targetSelf = false
 When enabled, the action targets the owner of the condition.
 
bool onlyIfStackAvailable = false
 Whether the modification should only occur if the character's inventory already has a stack of the item.
 

Detailed Description

Modifies an item in the character's inventory.


The documentation for this class was generated from the following file: